UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The rexecd service must not be installed.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22434 GEN003845 SV-64039r1_rule Medium
Description
The rexecd process provides a typically unencrypted, host-authenticated remote access service. SSH should be used in place of this service.
STIG Date
Oracle Linux 5 Security Technical Implementation Guide 2018-03-01

Details

Check Text ( C-52605r1_chk )
Check if the rsh-server package is installed.

Procedure:
# rpm -qa | grep rsh-server

If a package is found, this is a finding.
Fix Text (F-54721r1_fix)
Remove the rsh-server package.

Procedure:
# rpm -e rsh-server